VideoAdPlaybackListener

This class provides information about video ad playback

Functions

Link copied to clipboard
abstract fun onAdClicked(videoAd: VideoAd)

Fire this callback when video ad is clicked

Link copied to clipboard
abstract fun onAdCompleted(videoAd: VideoAd)

Fire this callback when video ad playback completed

Link copied to clipboard
abstract fun onAdError(videoAd: VideoAd)

Fire this callback when error occurred during ad playback

Link copied to clipboard
abstract fun onAdPaused(videoAd: VideoAd)

Fire this callback when video ad playback paused

Link copied to clipboard
abstract fun onAdPrepared(videoAd: VideoAd)
Link copied to clipboard
abstract fun onAdResumed(videoAd: VideoAd)

Fire this callback when video ad playback resumed

Link copied to clipboard
abstract fun onAdSkipped(videoAd: VideoAd)

Fire this callback when video ad playback skipped

Link copied to clipboard
abstract fun onAdStarted(videoAd: VideoAd)

Fire this callback when video ad playback started

Link copied to clipboard
abstract fun onAdStopped(videoAd: VideoAd)

Fire this callback when video ad playback stopped

Link copied to clipboard
abstract fun onImpression(videoAd: VideoAd)

Fire this callback when impression of the ad occurred.

Link copied to clipboard
abstract fun onVolumeChanged(videoAd: VideoAd, volume: Float)

Fire this callback when video ad volume was updated